home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Misc / Calculette / Source / English.lproj / Preferences.nib / data.classes next >
Encoding:
Text File  |  1995-06-12  |  360 b   |  28 lines

  1. Calculette = {
  2.     ACTIONS = {
  3.     };
  4.     OUTLETS = {
  5.     prefPanel;
  6.     };
  7.     SUPERCLASS = Object;
  8. };
  9. FirstResponder = {
  10.     ACTIONS = {
  11.     };
  12.     SUPERCLASS = Object;
  13. };
  14. Preferences = {
  15.     ACTIONS = {
  16.     save:;
  17.     revert:;
  18.     };
  19.     OUTLETS = {
  20.     precisionPopUpList;
  21.     printerButton;
  22.     window;
  23.     precisionPopUpButton;
  24.     fixButton;
  25.     };
  26.     SUPERCLASS = Object;
  27. };
  28.